Removed needless initial size request of children
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Fri, 8 Oct 2010 13:26:01 +0000 (22:26 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Fri, 8 Oct 2010 13:33:21 +0000 (22:33 +0900)
commit480b9f6b1131c49a7c21b87a543dadfa936993e8
treec9cbb4431b4f2961fed50c0ee071b56c1eb9984b
parentc1e9f4a79895b83a6b27e220ee4ca560875b1986
Removed needless initial size request of children

Old code was probably doing size-request on all children initially,
and then calling get_child_requisition() in other passes, now these
are cached after the first request anyway.
gtk/gtktable.c